home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 1999 August
/
SGI Freeware 1999 August.iso
/
dist
/
fw_xemacs.idb
/
usr
/
freeware
/
lib
/
xemacs-20.4
/
lisp
/
vm
/
vm-version.el.z
/
vm-version.el
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-21
|
179 b
|
11 lines
(provide 'vm)
(provide 'vm-version)
(defconst vm-version "6.43"
"Version number of VM.")
(defun vm-version ()
"Returns the value of the variable vm-version."
vm-version)